jg_spice_port_major_01 = {

	asset = {
		type = pdxmesh
		name = "building_special_mines_mesh"
	}

	construction_time = slow_construction_time

	type_icon = "icon_building_tradeport.dds"

	can_construct_potential = {
		culture = {
			has_innovation = innovation_crop_rotation
		}
	}
	
	cost_gold = normal_building_tier_1_cost
	

	county_modifier = {
		tax_mult = 0.05
		development_growth_factor = 0.1
	}
	
	next_building = jg_spice_port_major_02
	
	ai_value = {
		base = 100
	}
	
	type = special
}

jg_spice_port_major_02 = {

	construction_time = slow_construction_time

	type_icon = "icon_building_tradeport.dds"

	can_construct_potential = {
		culture = {
			has_innovation = innovation_crop_rotation
		}
	}
	
	cost_gold = normal_building_tier_2_cost
	

	county_modifier = {
		tax_mult = 0.10
		development_growth_factor = 0.15
	}
	
	next_building = jg_spice_port_major_03
	
	ai_value = {
		base = 100
	}
	
	type = special
}

jg_spice_port_major_03 = {

	construction_time = slow_construction_time

	type_icon = "icon_building_tradeport.dds"

	can_construct_potential = {
		culture = {
			has_innovation = innovation_crop_rotation
		}
	}
	
	cost_gold = normal_building_tier_3_cost
	
	county_modifier = {
		tax_mult = 0.15
		development_growth_factor = 0.2
	}
	
	next_building = jg_spice_port_major_04
	
	ai_value = {
		base = 100
	}
	
	type = special
}

jg_spice_port_major_04 = {

	construction_time = slow_construction_time

	type_icon = "icon_building_tradeport.dds"

	can_construct_potential = {
		culture = {
			has_innovation = innovation_crop_rotation
		}
	}
	
	cost_gold = normal_building_tier_4_cost
	
	county_modifier = {
		tax_mult = 0.20
		development_growth_factor = 0.25
	}
	
	ai_value = {
		base = 100
	}
	
	type = special
}
